Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
agendador-home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabricio Jose De Oliveira Ceschin
agendador-home
Commits
1403fba6
Commit
1403fba6
authored
Jun 29, 2015
by
Fabrício Ceschin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new cities for Para
parent
ca7f1422
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
data/pa/cidades.geojson
data/pa/cidades.geojson
+2
-0
js/map.js
js/map.js
+2
-0
No files found.
data/pa/cidades.geojson
View file @
1403fba6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
js/map.js
View file @
1403fba6
...
...
@@ -882,6 +882,8 @@
$
(
'
#select_cidade
'
).
find
(
'
option
'
).
remove
().
end
().
append
(
'
<option value="">Selecione Cidade</option>
'
).
val
(
''
);
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Curuçá
"
,
"
Curuca
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Goianésia do Pará
"
,
"
GoianesiadoPara
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Conceição do Araguaia
"
,
"
ConceicaoDoAraguaia
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Trairão
"
,
"
Trairao
"
));
break
;
case
"
pr
"
:
$
(
"
#select_estado
"
).
val
(
sigla
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment